@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300&display=swap");

body,
html,
canvas {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

body {
  overflow-x: hidden;
  height: 100000px;
  position: relative; /*background-image: url(/assets/home/back.svg);*/

  background-color: white;
}

body[data-device="phone"] .poster {
  display: none;
}

canvas {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
}

.content {
  display: inline;
  margin: 12000px auto;
  background-color: black;
}

.text {
  width: 80%;
  text-align: center;
  margin: 1000px auto;
  background-color: rgba(255, 255, 255, 0.2);
  color: black;
  -webkit-text-stroke: 0px;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
}
.text1 {
  width: 50rem;

  /* width: 80%; */
  text-align: center;
  margin: 8500px auto;
  /* background-color: black; */
  color: orange;
  -webkit-text-stroke: 0px;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
}
.text2 {
  width: 60rem;
  text-align: center;

  margin: 12000px auto;
  /* background-color: black; */
  color: rgb(124, 229, 255);
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-text-stroke: 0px;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
}
.text3 {
  width: 50rem;
  text-align: center;

  margin: 12000px auto;
  /* background-color: rgb(255, 255, 255); */
  color: rgb(139, 255, 255);
  -webkit-text-stroke: 0px;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
}
.text4 {
  width: 60rem;
  transform: translate(0, -50vh);
  text-align: center;
  margin: 1000px auto;
  /* background-color: rgb(255, 255, 255); */
  color: rgb(255, 230, 0);
  -webkit-text-stroke: 0px;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
}
.text5 {
  width: 100%;
  transform: translate(0, 20vh);
  text-align: center;
  margin: 10000px auto;
  /* background-color: rgb(255, 255, 255); */
  color: rgb(251, 204, 255);
  -webkit-text-stroke: 0px;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}
.text6 {
  width: 50rem;
  text-align: center;

  margin: 12000px auto;
  /* background-color: rgb(255, 255, 255); */
  color: white;
  -webkit-text-stroke: 0px;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
}

/* 
.label {
  position: fixed;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 999;
} */

#bigExemple {
  top: 100px;
  height: 12000px;
  width: 100%;
  background-color: green;
}
.img {
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
}
.content {
  background-color: black;
}
.img1 {
  position: relative;
  transform: translate(0vw, 0vh);
  height: auto;
  /* width: 200%; */
  max-width: 100%;
  display: block;
  margin: 350px auto;
  margin-left: auto;
  margin-right: auto;
}
.img2 {
  position: relative;
  transform: translate(-26vw, 0vh);
  height: auto;
  /* width: 200%; */
  max-width: 100vw;
  display: block;
  margin: 500px auto;
  margin-left: auto;
  margin-right: auto;
}
.img3 {
  position: relative;
  transform: translate(0vw, 10vh);
  height: auto;
  width: 40vw;
  max-width: 50vw;
  display: block;
  margin: 500px auto;
  margin-left: auto;
  margin-right: auto;
}
.img4 {
  position: relative;
  transform: translate(-7vw, -10vh);

  max-width: 200%;
  display: block;
  margin: 500px auto;
  margin-left: auto;
  margin-right: auto;
}
.img5 {
  position: relative;
  transform: translate(0vw, 0vh);
  height: auto;
  width: 50vw;
  max-width: 100%;
  display: block;
  margin: 400px auto;
  margin-left: auto;
  margin-right: auto;
}
.img6 {
  position: relative;
  transform: translate(-23vw, 0vh);
  height: auto;
  width: 200%;

  display: block;
  margin: 500px auto;
  margin-left: auto;
  margin-right: auto;
}
.img7 {
  position: relative;
  transform: translate(-23vw, 0vh);
  height: auto;
  width: 200%;

  display: block;
  margin: 500px auto;
  margin-left: auto;
  margin-right: auto;
}
/* 
@media screen and (min-width: 992px) {
  body {
    background-color: blue;
  }
} */
#menuContainer {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.2s ease-in-out;
}
